Welcome![Sign In][Sign Up]
Location:
Search - ccitt algorithm

Search list

[Voice Compresscostg711.tar

Description: CCITT G.711语音压缩算法 -CCITT G.711 voice compression algorithm
Platform: | Size: 10240 | Author: 站长 | Hits:

[Voice Compressg711_g721_g723.tar

Description: CCITT G.711,G.721,G.723语音压缩算法 -CCITT G.711, G.72 3 voice compression algorithm
Platform: | Size: 12288 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsCRC-16 CRC-32 算法介绍,程序代码

Description: CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
Platform: | Size: 5120 | Author: 管冬兵 | Hits:

[Mathimatics-Numerical algorithmsCRCDelphi.ZIP

Description: crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding
Platform: | Size: 238592 | Author: 杨春宝 | Hits:

[Mathimatics-Numerical algorithmsCRC-16

Description: VC++开发的冗余码算法-VC redundancy Algorithm
Platform: | Size: 2048 | Author: | Hits:

[SCM1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134144 | Author: 邓光 | Hits:

[AlgorithmCRC循环校验具体算法

Description: 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
Platform: | Size: 2048 | Author: 汪永威 | Hits:

[CSharpcrc16(VC)

Description: crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
Platform: | Size: 28672 | Author: | Hits:

[OtherCRC_CCITT_c

Description: 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorithm 8, to Byte unit for treatment. With 8 bit, it is 2 ^ 8 options. This will significantly reduce travel time significantly, significantly faster speed, but it also has its drawbacks, namely, taking up too much resources. Therefore, considering the speed and resources 2:00, semi-byte look-up table method. Byte is a semi-processed as a unit. As a four bit, it is 2 ^ 4 choice.
Platform: | Size: 1024 | Author: jevidyang | Hits:

[Data structsProjectjohu123006

Description: crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错。-crc-generating polynomial arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn- 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn- 1Xn-1 bn- 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Platform: | Size: 459776 | Author: johu | Hits:

[Speech/Voice recognition/combineccitt-adpcm.tar

Description: 实现了 ccitt adpcm 编码算法 比较全 有参考价值-Realize a coding algorithm ccitt adpcm have reference value to compare the whole
Platform: | Size: 12288 | Author: 陈建文 | Hits:

[Other Embeded programCRCALL

Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: | Size: 3072 | Author: wentsing | Hits:

[Software Engineeringcrc_explain

Description: CRC 的算法分析和程序实现,很详细的!-CRC algorithm analysis and procedures to achieve, I am very detailed!
Platform: | Size: 106496 | Author: 5implelove | Hits:

[TCP/IP stackcrc

Description: crc32 16bits and 32bits algorithm code
Platform: | Size: 3072 | Author: feixu | Hits:

[Com PortCRC

Description: Modbus串行通讯的CRC16校验和计算方法-Modbus serial communications CRC16 checksum calculation
Platform: | Size: 2048 | Author: | Hits:

[Bookscrc16

Description: CRC的使用,包括CRC原理,算法及具体程序代码-The use of CRC, including the CRC principle of the algorithm and the specific program code
Platform: | Size: 1329152 | Author: | Hits:

[Program docCRC

Description: 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
Platform: | Size: 106496 | Author: elunlang2000 | Hits:

[Windows DevelopCRC

Description: The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite way you transmit the data word. The 16-bit generator polynomial ‘x16 +x12 +x5 +1’ is used for the calculation. -The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite way you transmit the data word. The 16-bit generator polynomial ‘x16 +x12 +x5 +1’ is used for the calculation.
Platform: | Size: 159744 | Author: jj | Hits:

[Technology Managementcrc_explain

Description: 详细介绍了循环冗余校验 CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。 -Details of the cyclic redundancy check CRC (Cyclic Redundancy Check) error control principle and algorithm.
Platform: | Size: 106496 | Author: 李为 | Hits:

[OtherCRC16-CCITT

Description: CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
Platform: | Size: 1024 | Author: wu | Hits:
« 12 »

CodeBus www.codebus.net